home *** CD-ROM | disk | FTP | other *** search
/ BMUG Revelations / BMUG Revelations.toast / Utilities / Random / Commodore 64c / SOURCE / Registers.h < prev    next >
Text File  |  1993-09-25  |  126b  |  10 lines

  1. #ifndef REGISTERS_H
  2. #define REGISTERS_H
  3.  
  4. #include "ProcessorTypes.h"
  5.  
  6. extern word pc;
  7. extern byte a, x, y, flags, sp;
  8.  
  9. #endif
  10.